ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / IChartYAxisList Interface / AddRange Method / AddRange(Nullable<DateTime>[]) Method
The specified DateTime? data point values.

In This Topic
    AddRange(Nullable<DateTime>[]) Method
    In This Topic
    Add the specified DateTime? data point values to the series.
    Syntax
    'Declaration
     
    Overloads Sub AddRange( _
       ByVal values() As System.Nullable(Of Date) _
    ) 
    void AddRange( 
       System.Nullable<DateTime>[] values
    )

    Parameters

    values
    The specified DateTime? data point values.
    See Also